Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / InsertEquationArray Method / InsertEquationArray(String[],InsertLocation) Method
The structure items text array.
The target InsertLocation for the insertion.

In This Topic
    InsertEquationArray(String[],InsertLocation) Method
    In This Topic
    Inserts a new OMathEquationArray into the collection at the specified location.
    Syntax
    'Declaration
     
    Public Overloads Function InsertEquationArray( _
       ByVal itemsText() As System.String, _
       ByVal location As InsertLocation _
    ) As OMathEquationArray
    public OMathEquationArray InsertEquationArray( 
       System.string[] itemsText,
       InsertLocation location
    )

    Parameters

    itemsText
    The structure items text array.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted OMathEquationArray instance.
    See Also